home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / DARTS 95 / Darts95.exe / 0 / RCDATA / TREMIND / TREMIND.txt
Text File  |  1997-11-04  |  2KB  |  111 lines

  1. object Remind: TRemind
  2.   Left = 245
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Darts 95 Registration '
  7.   ClientHeight = 213
  8.   ClientWidth = 317
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 4
  20.     Width = 305
  21.     Height = 161
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 289
  28.     Height = 29
  29.     AutoSize = False
  30.     Caption = 
  31.       'You can play this unregistred game for 99 times (not 99 days). A' +
  32.       'fter that period You have to register.'
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 52
  38.     Width = 108
  39.     Height = 13
  40.     Caption = 'Unregistred games left:'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 124
  44.     Top = 52
  45.     Width = 12
  46.     Height = 13
  47.     Caption = '99'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 16
  51.     Top = 72
  52.     Width = 289
  53.     Height = 29
  54.     AutoSize = False
  55.     Caption = 
  56.       'You can register by entering Your FULL REAL NAME and PASSWORD be' +
  57.       'low:'
  58.     WordWrap = True
  59.   end
  60.   object Label5: TLabel
  61.     Left = 16
  62.     Top = 112
  63.     Width = 61
  64.     Height = 17
  65.     Caption = 'Your Name:'
  66.     WordWrap = True
  67.   end
  68.   object Label6: TLabel
  69.     Left = 16
  70.     Top = 140
  71.     Width = 49
  72.     Height = 13
  73.     Caption = 'Password:'
  74.   end
  75.   object OKBtn: TButton
  76.     Left = 79
  77.     Top = 180
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'Register Now'
  81.     Default = True
  82.     TabOrder = 0
  83.     OnClick = OKBtnClick
  84.   end
  85.   object CancelBtn: TButton
  86.     Left = 159
  87.     Top = 180
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Register Later'
  92.     ModalResult = 2
  93.     TabOrder = 1
  94.     OnClick = CancelBtnClick
  95.   end
  96.   object Name: TEdit
  97.     Left = 80
  98.     Top = 108
  99.     Width = 225
  100.     Height = 21
  101.     TabOrder = 2
  102.   end
  103.   object Password: TEdit
  104.     Left = 80
  105.     Top = 136
  106.     Width = 225
  107.     Height = 21
  108.     TabOrder = 3
  109.   end
  110. end
  111.